home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000047_news@columbia.edu _Mon Aug 23 09:48:47 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA10268
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 23 Aug 1999 09:48:46 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA03546
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 23 Aug 1999 09:37:03 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "kiran.k" <kirank@giasbma.vsnl.net.in>
  10. Subject: make errors on RH6.0
  11. Date: Mon, 23 Aug 1999 19:05:09 +0500
  12. Organization: VSNL
  13. Message-ID: <Pine.SOL.3.96.990823190228.21414A-100000@giasbma>
  14. To: kermit.misc@columbia.edu
  15.  
  16. hi
  17.  
  18. on compiling c-kermit 7.0.195 Beta.09 on RH 6.0 this is the result----
  19.  
  20. | [slick@localhost ~] $ make linux
  21.     . 
  22.     . 
  23.     .  
  24. kuusx.c:30: term.h: No such file or directory 
  25. ckuusx.c:3573: ncurses.h: No such file or directory 
  26. make[2]: *** [ckuusx.o] Error 1
  27. make[2]: Leaving directory `/home/slick' 
  28. make[1]: *** [linuxa] Error 2
  29. make[1]: Leaving directory `/home/slick' 
  30. make: *** [linux] Error 2
  31. --------------------------------------------- 
  32. line 30 in ckuusx.c
  33. reads---> #include <term.h> its the same for ncurses.h the same errors are
  34. reported for "make linuxc/linuxnc/linuxa/linuxso" no files such as
  35. ncurses.h or term.h exists on my system the only similar files are
  36. ncurses.ph and term.ph
  37.  
  38. thanx -bye :-) 
  39.